arm64: mvebu: Armada 7040-db: Add SDHCI device tree nodes
authorStefan Roese <[email protected]>
Fri, 9 Dec 2016 14:42:15 +0000 (15:42 +0100)
committerStefan Roese <[email protected]>
Wed, 25 Jan 2017 06:04:12 +0000 (07:04 +0100)
This patch adds the SDHCI device tree nodes to the Armada 7040-db
dts file.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Nadav Haklai <[email protected]>
Cc: Kostya Porotchkin <[email protected]>
Cc: Wilson Ding <[email protected]>
Cc: Victor Gu <[email protected]>
Cc: Hua Jing <[email protected]>
Cc: Terry Zhou <[email protected]>
Cc: Hanna Hawa <[email protected]>
Cc: Haim Boot <[email protected]>
arch/arm/dts/armada-7040-db.dts

index 466c6dcc3f3b25c7038b0ae0a63074a012a2aedf..63442df8f390ce7e00bd704466668ad466c7f4a6 100644 (file)
 &cpm_utmi1 {
        status = "okay";
 };
+
+&ap_sdhci0 {
+       status = "okay";
+       bus-width = <4>;
+       no-1-8-v;
+       non-removable;
+};
+
+&cpm_sdhci0 {
+       status = "okay";
+       bus-width = <4>;
+       no-1-8-v;
+       non-removable;
+};